presentation
Interface ListeChampionnatInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ListeChampionnat

public interface ListeChampionnatInterface
extends java.rmi.Remote


Method Summary
 java.util.ArrayList<ChampionnatInterface> getListeChampionnat()
           
 void returnListeChampionnat()
           
 

Method Detail

returnListeChampionnat

void returnListeChampionnat()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getListeChampionnat

java.util.ArrayList<ChampionnatInterface> getListeChampionnat()
                                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException